home *** CD-ROM | disk | FTP | other *** search
/ Programmers Heaven 2 / Programmers Heaven 2.iso / files / delphi / comp2 / files.bbs < prev    next >
Encoding:
File List  |  1997-10-03  |  91.8 KB  |  1,437 lines

  1.              ========================================
  2.                  Delphi edit and input components
  3.              ========================================
  4. ADCALC.ZIP   TAdrockCalcEdit Version 1.00 
  5.              Use a TAdrockCalcEdit component to put an enhanced edit control 
  6.              on your form. The TAdrockCalcEdit control is used to retrieve 
  7.              numbers from the end user. The edit control inputs data 
  8.              depending on the setting of the property Alignment When the 
  9.              edit control does not have the focus it will display the number 
  10.              in the format given by the DisplayValueFormat property. You can 
  11.              set different colors for the displayed number depending if the 
  12.              number is Positive, Negative, or zero.  
  13. ADDIALOG.ZIP TAdrockMessageDialog
  14.              The TAdrockMessageDialog routines provide additional functions 
  15.              to the standard Delphi routines, ShowMessage and MessageDlg. 
  16.              Any default button (if you wanted to ask "Do you really want to 
  17.              format the hard disk?", the Delphi control will always display 
  18.              "Yes" as the default - but you don't want to re-phrase the 
  19.              question (it'll just never sound right). 
  20. CBPLUS32.ZIP The DBComboBoxPlus & ComboBoxPlus Components (ver 3.0)  
  21.              A TDBComboBoxPlus component is a data-aware combo box control. 
  22.              It allows the user to change the value of the field of the 
  23.              current record in a data set either by selecting an item from a 
  24.              list or by typing in the edit box part of the control. The 
  25.              selected item or entered text becomes the new value of the 
  26.              field if the database combo box's ReadOnly property is False. 
  27.              The TDBComboBoxPlus component combines an edit box similar to a 
  28.              TDBEdit component with a drop-down string grid list that 
  29.              enables a user to pick from a predefined set of values. 
  30. CUTPASTE.ZIP TCutPaste component
  31.              Use TCutPaste component for Borland Delphi 1.0 to implement 
  32.              Cut, Copy, Paste, and Undo editing features for the controls on 
  33.              a form. By dropping this non-visual component on a form or a 
  34.              MDI form, all the controls on the form and all MDI child forms 
  35.              will each respond to the Cut, Copy, Paste, and Undo methods of 
  36.              this component.
  37. CYBTREAL.ZIP CYBTREAL Component 
  38.              The CYBTREAL component is specially adapted for editing real 
  39.              numbers, but particularly real numbers that represent 
  40.              measurements. CYBTReal understands different kinds of measuring 
  41.              parameters, and can automatically convert between various units 
  42.              of measure. Written by Boris Ingram 
  43. DEDSPIN.ZIP  TSpinDblEdit and TDBSpinDblEdit Version 1.5e
  44.              Delphi 1-3 / C++Builder VCL-Components. with these components 
  45.              you can cover all numerical entryfields in your application and 
  46.              so you achieve an uniform formatted outward shape of your 
  47.              application. Features:
  48.              - Formatted numerical entry ( like dBase or CodeBase Controls) 
  49.              - Calculator with free userdefined DigitsNo 
  50.              - Spin with free userdefined  increment 
  51.              - DigitsNo
  52.              - ThousandSeparator
  53.              - Different negative Color, FontColor
  54. DOLEDIT1.ZIP The DOL_EDIT.PAS file contains the source code for the dollar
  55.              edit component. This component will be very useful if you write
  56.              any business, financial, or accounting applications. What
  57.              follows is a list of properties (in addition to the ones
  58.              supported by TEdit), and functionality associated with
  59.              TDollarEdit: (Delphi)
  60. DTMFEDIT.ZIP TColumnsDataSource Component
  61.              The purpose of this component is to allow applications to 
  62.              easily incorporate a phone number field that will convert alpha 
  63.              characters into their numeric equivelent on the phone dial-pad. 
  64. EDIT11.ZIP   K&j edit controls version 1.1 
  65.              Are a set of (4) edit controls (KJEdit, KJDBEdit, KJMemo and 
  66.              KJDBMemo) that allow the developer to change the disabled style 
  67.              of each control. No longer are you limited to just the dreary 
  68.              Windows gray - some new styles include cross-hatch, diagonal 
  69.              and vertical lines (you must see to really appreciate). Also, 
  70.              the developer now has the ability to modify the foreground and 
  71.              background colors as the user enters and exits each respective 
  72.              component. No serious data entry application should be without 
  73.              K&J Edit Controls! 
  74. EDITCOMB.ZIP Combo edit Component
  75.              Delphi lacks a number of Combobox components to make life more 
  76.              pleasant for the programmer. One of them is a combo that can be 
  77.              attached to both a lookup table/query and appears to be an edit 
  78.              box while the table to which it connected is not in edit mode. 
  79.              Once in edit mode, the edit box changed into a combo box. This 
  80.              allows the programmer to make screens, that display information 
  81.              about i.e. selected persons or departments, without the 
  82.              annoying presence of the combo button. It also allows for 
  83.              lookup facilities in a combo, without attaching to a 
  84.              datasource.  
  85. INCEVAL.ZIP  The Incremental Combo Collection 
  86.              Is a set of four Quicken style incremental combo boxes that are 
  87.              the most advanced combo boxes of its type available for Delphi 
  88.              and C++ Builder. This is the only set that will automatically 
  89.              place themselves within a Borland or InfoPower DBGrid 
  90.              automatically and offers full support for TQuery.  
  91. INCEVLIP.ZIP The Incremental Combo Collection is a set of four Quicken style 
  92.              incremental combo boxes that are the most advanced combo boxes 
  93.              of its type available for Delphi and C++ Builder. This is the 
  94.              only set that will automatically place themselves within a 
  95.              Borland or InfoPower DBGrid automatically and offers full 
  96.              support for TQuery.  
  97. LEDIT108.ZIP LEdit V1.08 (Shareware package)
  98.              LEdit DLL is a large edit control that may edit texts more than
  99.              64K and also has a lot of interesting features. LEdit is a DLL
  100.              that provides the most powerful Edit component available.
  101.              Programmers can use it in any programming environment that can
  102.              use Dynamic Link Libraries.
  103. LTNUME.ZIP   LTNumEdt 
  104.              I wrote this component from scratch 'cause I didn't feel 
  105.              comfortable using the maskedit for numeric-only input. 
  106. MEMO.ZIP     TMymemo, memopad component
  107. NDGAUG11.ZIP N&D Gauge / ver. 1.1 Native Delphi VCL 
  108.              Tired of the plain Gauge Component that comes with Delphi? Want 
  109.              something that looks better? Look no more! N&D Gauge uses 
  110.              "lights" to show you where your percentage is at. Choose 
  111.              between 10, yes 10 different shapes for the lights (rectangle, 
  112.              triangle, arrow, etc.) Show caption and percentage selectively. 
  113.              Apply a raised or lowered effect to the caption, percentage or 
  114.              even the lights! Delphi 1.0 & 2.0 included. Includes demo 
  115.              application. 
  116. NEWEDIT.ZIP  TNewEdit
  117.              Is a sub class of TEdit with a new published property 
  118.              "Alignment". This new property offers centre, left and right 
  119.              alignment for both input and diplaying.  
  120. POPUPBOX.ZIP PopupBox v3.2, a component for Delphi 2,3 and Borland C++Builder 
  121.              Is a replacement for ComboBox and DBComboBox. It has a smart 
  122.              looking 3D-Style and many properties to control appearance and 
  123.              behavior.  
  124. RSEDIT.ZIP   TrsSuperEdit Component
  125.              The TrsSuperEdit component from RealSoft is a multipurpose 
  126.              masked edit control. It includes special handling for Text, 
  127.              Real, Integer, Dollar, Percent, Date, Time, Phone and more. The 
  128.              numeric values can be right justified, even while editing. 
  129.              ReadOnly or Disabled edit can be made gray. In addition, 
  130.              rsSuperEdit provides easy access properties to multiple data 
  131.              types.  
  132. RSEDIT32.ZIP TrsSuperEdit Component (32bit)
  133.              The TrsSuperEdit component from RealSoft is a multipurpose 
  134.              masked edit control. It includes special handling for Text, 
  135.              Real, Integer, Dollar, Percent, Date, Time, Phone and more. The 
  136.              numeric values can be right justified, even while editing. 
  137.              ReadOnly or Disabled edit can be made gray. In addition, 
  138.              rsSuperEdit provides easy access properties to multiple data 
  139.              types.  
  140. TMKEDITS.ZIP TmkExtEdit-Component, text edit components for Delphi
  141. XALIASCB.ZIP This is a Delphi 2.0 component that build a combobox in that
  142.              all the defined BDE alias are displayed and one can be
  143.              selected. Also there exist a filter that only display the BDE
  144.              aliases for one driver (for example only the Interbase aliases)
  145.  
  146.  
  147.              ==============================
  148.                  Delphi file components
  149.              ==============================
  150. AWKD3.ZIP    TAwk for Delphi 3
  151.              Is a Delphi component which provides the same functionality as 
  152.              the VsAwk vbx for Visual Basic. It allows you to quickly scan 
  153.              and parse text or text files. In addition it provides a Like 
  154.              method which is similar in function to the Like operator in 
  155.              Visual Basic which is used for pattern matching. TAwk is great 
  156.              for projects where you need to import csv files into your 
  157.              application.  
  158. BRWSFLDR.ZIP TBrowseFolder Component
  159.              Native Delphi component that encapsulates the SHBrowseForFolder 
  160.              interface, which allows Win32 users to select a directory using 
  161.              the standard shell dialog. In addition, TBrowseFolder allows 
  162.              the developer to add a custom button to the dialog. This 
  163.              feature allows you to extend the features of the shell and is 
  164.              found exclusively in this component. 
  165. CGPIPRED.ZIP File Label Adjuster"component for Delphi32.   
  166.              Display a filename with path and drive letter on a label 
  167.              without without cutting the filename. If the width of the label 
  168.              is too small TFileLabel hide some directories and replace them 
  169.              by '...'.  
  170. DELZIP11.ZIP Delphi Zip/Unzip Package, v1.10 For Delphi v2+ 
  171.              Contains VCLs, examples, and DLLs for Delphi v2. Gives your 
  172.              programs full support for PKZIP v2.04g compatible file 
  173.              compression/expansion. 100% Freeware. Based largely on the 
  174.              InfoZip project. 
  175. DRIVEBAR.ZIP TDrivesBar Component
  176.              A panel showing all drives connected to a system, Replacement
  177.              for standard DriveComboBox.
  178. DROPFILE.ZIP TDropFile Component for Delphi v2.0
  179.              TDropFile is a component for Delphi v2.0 which supports file
  180.              drag-and-drop operations on a form. Details of its properties,
  181.              events and sample usage can be found in the DROPFILE.RTF file.
  182. DZDLLSR1.ZIP Delphi Zip v1.10 DLL Source Code 
  183. EXECFI32.ZIP TExecFile Component v2.0 for Delphi 2.0 32-bit 
  184.              The TExecFile is a non-visual component which you place onto 
  185.              your form to enable easily initiated execution of other Windows 
  186.              or DOS applications from within your own original Delphi 
  187.              application. This is the third release of the TExecFile and is 
  188.              designed for use with Delphi 2.0 in 32-bit applications 
  189.              designed to run in Windows 95/NT or Win32s environments.  
  190. EXECFILE.ZIP TExecFile v1.1
  191.              The TExecFile is a non-visual component which you place onto 
  192.              your form to enable easily initiated execution of other Windows 
  193.              or DOS applications from within your own original Delphi 
  194.              application.  
  195. FCOPY16.ZIP  File copy component.
  196.              You can write your particular installation application. This 
  197.              sample project is provided to show you how easy and fun could 
  198.              be copying files. 
  199. FILECPSW.ZIP TFileCopy component copies files. This component is very
  200.              configurable. It has the ability to copy multiple files to a
  201.              directory. Each of the source filenames can contain wild cards.
  202.              It contains built in messages that are presented in message
  203.              dialog boxes.
  204. FILEDEMO.ZIP TFileInfo Component demo program
  205. FILEFI_1.ZIP TFileFind Component (Delphi3)
  206.              Find those files really fast with TFileFind. No more tedious 
  207.              recursive code. Just set the filename property to the file your 
  208.              looking for (accepts wildcards too!) and execute a method to 
  209.              immediately locate the file. TFileFind can find first, 
  210.              subsequent or ALL occurences of a file. 
  211. FILEHIST.ZIP TFileHist v1.0 - VCL Component for Delphi 2.0
  212.              The TFileHist component features a number of functions to
  213.              present a list of recently opened files in an application.
  214. FINDDEMO.ZIP TFileFind Component demo program
  215. FINFO.ZIP    TFileInfo type
  216.              The TFileInfo type extends the properties of the TSearchRec 
  217.              type to include explicit properties for the Drive letter, the 
  218.              Path only (i.e. path WITHOUT drive letter), the file Extension, 
  219.              and the FullPath. Additionally the Exists Property indicates 
  220.              whether or not a file exists in the current directory. The 
  221.              standard properties of a TSearchRec type are accessed as 
  222.              properties of a TFileInfo type variables as the Name, Time, 
  223.              Size, and Attr properties, except that Time is returned as a 
  224.              type TDateTime. 
  225. FINFOD3.ZIP  TFileInfo Component (Delpi 3)
  226.              Use the TFileInfo when you need to know things like:
  227.              * How many files in a directory ? 
  228.              * How many files in a directory and all subdirectories in the tree ? 
  229.              * What is their total size ? 
  230.              * How many toplevel directories on this disk ? 
  231.              * How many subdirectories in this directory ? 
  232.              * What's the disk size ? 
  233.              * AND MORE !
  234. FINFODEM.ZIP TFileInfo Component demo program
  235. FM2_216.ZIP  TFileHist v1.0 - VCL Component for Delphi 2.0
  236.              The TFileHist component features a number of functions to
  237.              present a list of recently opened files in an application.
  238. FPARSE12.ZIP TFParse Delphi Component, version 1.2
  239.              The TFParse Delphi component makes it easy to parse words from 
  240.              files, strings, or PChars. It allows you to carefully define 
  241.              what makes a word and what words will be parsed. TFParse makes 
  242.              it easy to perform tasks like indexing words for full text 
  243.              search and retrieval applications. Source included. Example 
  244.              program included. Help files included.  
  245. LZRW1K.ZIP   Tlzrw1 : compression component with LZH and LZRW1/KH compression
  246. TAWK16.ZIP   TAwk Component Version 2.0 (16-bit)
  247.              This is a new and improved version of the original TAwk 
  248.              component. TAwk parses text and text files. Put an end to 
  249.              parsing code forever ! TAwk also includes a pattern matching 
  250.              function much like the 'Like' operator in Visual Basic which 
  251.              searches text based on a given pattern of text and/or 
  252.              wildcards. If you need to import csv or other delimited files 
  253.              into your Delphi application, TAwk will be a great timesaver. 
  254.              Registration gets you the full source code. 
  255. TAWK32.ZIP   TAwk Component Version 2.0 (32-bit)
  256.              This is a new and improved version of the original TAwk 
  257.              component. TAwk parses text and text files. Put an end to 
  258.              parsing code forever ! TAwk also includes a pattern matching 
  259.              function much like the 'Like' operator in Visual Basic which 
  260.              searches text based on a given pattern of text and/or 
  261.              wildcards. If you need to import csv or other delimited files 
  262.              into your Delphi application, TAwk will be a great timesaver. 
  263.              Registration gets you the full source code. 
  264. TFILE16.ZIP  TFileFind Component (16-bit, Delphi1)
  265.              Find those files really fast with TFileFind. No more tedious 
  266.              recursive code. Just set the filename property to the file your 
  267.              looking for (accepts wildcards too!) and execute a method to 
  268.              immediately locate the file. TFileFind can find first, 
  269.              subsequent or ALL occurences of a file. 
  270. TFILE32.ZIP  TFileFind Component (32-bit, Delphi2)
  271.              Find those files really fast with TFileFind. No more tedious 
  272.              recursive code. Just set the filename property to the file your 
  273.              looking for (accepts wildcards too!) and execute a method to 
  274.              immediately locate the file. TFileFind can find first, 
  275.              subsequent or ALL occurences of a file. 
  276. TFIND16.ZIP  TFindText Component (16-bit, Delphi-1)
  277.              Quickly Search files for a text string with TFindText. This 
  278.              component supports case sensitive searches and reports the 
  279.              position of the target text within the file. Note: The demo 
  280.              program illustrates the use of the TFileFind and TFindText 
  281.              components to search an entire disk for all files containing a 
  282.              target text string. 
  283. TFIND32.ZIP  TFindText Component (32-bit, Delphi-2)
  284.              Quickly Search files for a text string with TFindText. This 
  285.              component supports case sensitive searches and reports the 
  286.              position of the target text within the file. Note: The demo 
  287.              program illustrates the use of the TFileFind and TFindText 
  288.              components to search an entire disk for all files containing a 
  289.              target text string. 
  290. TFINFO16.ZIP TFileInfo Component (Delphi-1, 16-bit)
  291.              Use the TFileInfo when you need to know things like:
  292.              * How many files in a directory ? 
  293.              * How many files in a directory and all subdirectories in the tree ? 
  294.              * What is their total size ? 
  295.              * How many toplevel directories on this disk ? 
  296.              * How many subdirectories in this directory ? 
  297.              * What's the disk size ? 
  298.              * AND MORE !
  299. TFINFO32.ZIP TFileInfo Component (Delphi-2, 32-bit)
  300.              Use the TFileInfo when you need to know things like:
  301.              * How many files in a directory ? 
  302.              * How many files in a directory and all subdirectories in the tree ? 
  303.              * What is their total size ? 
  304.              * How many toplevel directories on this disk ? 
  305.              * How many subdirectories in this directory ? 
  306.              * What's the disk size ? 
  307.              * AND MORE !
  308. TZIPVIEW.ZIP TZipView 0.3 Beta
  309.              Zip file viewer for Delphi 1.xx VCL component This component is
  310.              a simple solution to view the contents of a .zip file. The
  311.              component is small and easy to use. It's possible to view the
  312.              .zip file even at design time. (Like TFileListbox)
  313. UBK1632.ZIP  UBackup Component v2.90A 
  314.              Native Delphi component that will take the pain out of backing 
  315.              up your application and data. Just drop this component on your 
  316.              form, set some of its properties and with one line of code you 
  317.              have a complete backup to any drive you like.  
  318. UUEASY.ZIP   UUEasy for DELPHI TUUEncode/TUUDecode VCLs  (Delphi-1)
  319.              UUEasy supports Base64 UUEncoding and Decoding. UUEasy supports 
  320.              multiple encoding and decoding of binary files to/from a single 
  321.              UUE file. It's quick and easy to use. Simply drop a UUEncode 
  322.              component onto a form, specify the file to Encode and the 
  323.              resulting UUE file name, call hte EncodeFile method and wallh! 
  324.              Instant UUE! Decoding is just as simple. UUEasy can help make 
  325.              your programs internet ready in minutes! 
  326. UUEASY32.ZIP UUEasy for DELPHI TUUEncode/TUUDecode VCLs  (Delphi-2)
  327.              UUEasy supports Base64 UUEncoding and Decoding. UUEasy supports 
  328.              multiple encoding and decoding of binary files to/from a single 
  329.              UUE file. It's quick and easy to use. Simply drop a UUEncode 
  330.              component onto a form, specify the file to Encode and the 
  331.              resulting UUE file name, call hte EncodeFile method and wallh! 
  332.              Instant UUE! Decoding is just as simple. UUEasy can help make 
  333.              your programs internet ready in minutes! 
  334. WCSDCDIR.ZIP Woodstock Computer Solutions Delphi components
  335.              *TWCSDIRSEARCH delphi components.
  336.              -A recursive directory searcher with events on finding files
  337.              -or subdirectories, and a completion event.
  338.              -The properties and methods are described in the "dsAbout"
  339.              -property (click the three dots or press Ctrl-Enter when
  340.              -highlighted.
  341.              -*TDIRDIALOG
  342.              -This is just a wrapper for the "SELECTDIRECTORY" procedure,
  343.              -but helps to keep things consistent with TFileOpenDialog etc.
  344.              -To use it, just call the "Execute" method exactly as with other
  345.              -file dialogs, which will return true if a valid directory is
  346.              -selected. If "Execute" returns "True", the "Directory" property
  347.              -contains the selected directory (WITHOUT trailing backslashes).
  348. VISAWK16.ZIP TVisAwk Component Version 3.0 ! (16-bit, Delphi-1)
  349.              TVisAwk is a visual text / text file parsing and pattern 
  350.              matching component which allows you to give the user visual 
  351.              feedback during lengthy file parsing jobs. The visual mode is 
  352.              also great for debugging without resorting to the debug and 
  353.              watch windows. You can now search a file for an occurrence of a 
  354.              pattern that includes wildcards. The visual display includes 
  355.              step, pause, resume and run to end and replay modes and also 
  356.              supports output file creation for exporting data to other 
  357.              applications. Registered users get the full source code. 
  358.              Registration fee $ 40 gets you full source code, free technical 
  359.              support and automatic notification of new updates. If you 
  360.              registered TAwk before March 31, 1996, you can upgrade for only 
  361.              $10 US. 16-bit and 32-bit versions. 
  362. VISAWK32.ZIP TVisAwk Component Version 3.0 ! (32-bit, Delphi-2)
  363.              TVisAwk is a visual text / text file parsing and pattern 
  364.              matching component which allows you to give the user visual 
  365.              feedback during lengthy file parsing jobs. The visual mode is 
  366.              also great for debugging without resorting to the debug and 
  367.              watch windows. You can now search a file for an occurrence of a 
  368.              pattern that includes wildcards. The visual display includes 
  369.              step, pause, resume and run to end and replay modes and also 
  370.              supports output file creation for exporting data to other 
  371.              applications. Registered users get the full source code. 
  372.              Registration fee $ 40 gets you full source code, free technical 
  373.              support and automatic notification of new updates. If you 
  374.              registered TAwk before March 31, 1996, you can upgrade for only 
  375.              $10 US. 16-bit and 32-bit versions. 
  376. VISDEMO.ZIP  TVisAwk Component Version 3.0 demo program
  377. VSAWKD3.ZIP  TVisAwk Component Version 3.0 ! (32-bit, Delphi-3)
  378.              TVisAwk is a visual text / text file parsing and pattern 
  379.              matching component which allows you to give the user visual 
  380.              feedback during lengthy file parsing jobs. The visual mode is 
  381.              also great for debugging without resorting to the debug and 
  382.              watch windows. You can now search a file for an occurrence of a 
  383.              pattern that includes wildcards. The visual display includes 
  384.              step, pause, resume and run to end and replay modes and also 
  385.              supports output file creation for exporting data to other 
  386.              applications. Registered users get the full source code. 
  387.              Registration fee $ 40 gets you full source code, free technical 
  388.              support and automatic notification of new updates. If you 
  389.              registered TAwk before March 31, 1996, you can upgrade for only 
  390.              $10 US. 16-bit and 32-bit versions. 
  391. WUSTUB01.ZIP Wustub 0.1 - a 32 Bit dos- extender stub for borland delphi 2.
  392.              WUSTUB enables you to load a PE executable (the executable
  393.              format used in 32 bit versions of Windows) from plain DOS and
  394.              from most DOS- boxes of today's operating systems. However, it
  395.              doesn't fully replace the Win32- API.
  396.  
  397.  
  398.              ==============================
  399.                  Delphi form components
  400.              ==============================
  401. ADSAVFRM.ZIP TAdrockFormPosition
  402.              Use a TAdrockFormPosition component when you need to save the 
  403.              position and size of a form. The component now saves the state 
  404.              of the window as well. This means that a Maximized window can 
  405.              be restored maximized. You can not save the state of a window 
  406.              that is minimized. There is no limit to the number of the 
  407.              TAdrockFormPosition components used in a single project. To use 
  408.              this control just drop on your form, set the name of an INI 
  409.              file to write the settings to and set the section name 
  410.              property. The section name property defines the name of the 
  411.              section that gets written to in the INI file. 
  412. ADSFRM32.ZIP Adrock Software SaveForm Component
  413.              The TAdrockFormPosition Control allows you to save the size and 
  414.              position of a form. No coding required, just set two properties 
  415.              and you are done.  
  416. FLYDEMO.ZIP  Fly Controls V2.0  For Delphi 16 / 32
  417.              Were designed as a solution to the problem of resource 
  418.              consumption on large Delphi forms. This component set contains 
  419.              12 new VCL components that can be used in place of standard 
  420.              Delphi Components. Using Fly Controls on a large form can 
  421.              reduce the amount of lost user resources up to 90%. There are a 
  422.              few trade-offs, including some flickering during painting, and 
  423.              GDI resource usage, however these are minor compared to 'Error 
  424.              Creating Window' or an 'EOutOfResources' error. GDI resources 
  425.              are much more plentiful.. you will notice an immediate speed 
  426.              increase when you ease the user resource strain.  
  427. FORMFNP.ZIP  TFnpForm / TFnpFormProp VCL-components for Borland Delphi 2.0 
  428.              TFnpForm is derived from TForm. It has all the features of 
  429.              TForm plus it can save its size/position/state to the registry 
  430.              when it is destroyed, read it again when it is created and has 
  431.              automatic support for min/max sizes.  
  432. FORMPARS.ZIP Delphi Form Parser V1.0
  433.              The form parser is of most use to a Delphi component author.
  434.              You have probably received a new component that needed a .DFM
  435.              (form file) to go along with it. You may have also lost the DFM
  436.              file, rendering the component useless without it.
  437. MINMAX.ZIP   TMinMax
  438.              This VCL allows the user to easily set the minimum and maximum 
  439.              tracking sizes of their forms by intercepting the 
  440.              WM_GETMINMAXINFO message. The WM_GETMINMAXINFO message is sent 
  441.              to a window whenever Windows needs the maximized position or 
  442.              dimensions of the window or needs the maximum or minimum 
  443.              tracking size of the window. 
  444. PLACEMNT.ZIP TPlacement Component version 1.0 
  445.              The TPlacement component helps to automate the saving and 
  446.              restoring of TForm positions and WindowState properties. You 
  447.              can drop the TPlacement component onto any form, and specify to 
  448.              which .INI file and section the TPlacement component is to 
  449.              store window positions & state. Place calls to the component's 
  450.              Read method to set the Form's placement in either the Form's 
  451.              OnCreate or OnShow event handers. Call the Write method on the 
  452.              Form's OnDestroy method to save the Forms placement to the .INI 
  453.              file. 
  454. RESIZER.ZIP  ResizerPanel v2.0 
  455.              The TResizerPanel component keeps the childs controls 
  456.              proportionally resized to the panel, independently of any user 
  457.              resizing. With this you can easily deploy applications which 
  458.              resize to the actual screen resolution. All original VCL 
  459.              components are perfectly resized by adjusting not only its 
  460.              size, but every other properties that define screen dimensions. 
  461.              You can resize has many times as you want and for whatever 
  462.              dimensions you want without losing the original position of the 
  463.              components. No special coding needed. 
  464. RESIZWND.ZIP RESIZWND.PAS
  465.              This cOmponent allows control of a Form with style bsSizeable
  466.              to have the Minumum and Maximum sizes controlled by the
  467.              developer.
  468. RSFORMG.ZIP  TrsFormGrow Component
  469.              The TrsFormGrow is a component designed to automatically resize 
  470.              components as the size of your form changes due to screen 
  471.              resolution or maximizing. Unlike using form scaling or scaleby 
  472.              methods, the rsFormGrow preserves fonts and other attributes 
  473.              that would normally produce unappealing results. If the 
  474.              AutoInit property is set to true, whatever size the form and 
  475.              components are when the program is first run will be stored as 
  476.              the "base sizes". 
  477. RSFORMP.ZIP  Form Parser
  478.              By default Delphi generates a resource file, or Delphi Form 
  479.              File (.dfm) which accompanies a form created using the Delphi 
  480.              editor. Having the form in the resource eliminates much of the 
  481.              overhead and work required when programmatically creating the 
  482.              form. The need to eliminate the outside resource file (the 
  483.              .dfm) is most easily realized by component authors distributing 
  484.              source code.  
  485. RSFRMG32.ZIP TrsFormGrow Component
  486.              Description The TrsFormGrow is a component designed to 
  487.              automatically resize components as the size of your form 
  488.              changes due to screen resolution or maximizing. Unlike using 
  489.              form scaling or scaleby methods, the rsFormGrow preserves fonts 
  490.              and other attributes that would normally produce unappealing 
  491.              results. If the AutoInit property is set to true, whatever size 
  492.              the form and components are when the program is first run will 
  493.              be stored as the "base sizes". To initialize manually, call the 
  494.              Init method. If the AutoGrow property is true, your components 
  495.              will resize whenever the form size changes. To grow manually, 
  496.              call the Grow method. To resize grid columns as well, such as 
  497.              DBGrids or stringgrids, set the AutoGrid property to true. 
  498. RULER.ZIP    Ruler, Version 1.0
  499.              The purpose of this component is to allow applications to
  500.              easily incorporate a ruler into your application.
  501. SCALER.ZIP   Scaler object
  502.              This object scales in run-time the form that it is placed on, 
  503.              based on the current setting of the screen resolution. It also 
  504.              performs a post scaling of Grids and TTabbedNotebooks, to 
  505.              correct for inconsistencies between the variable (=font size) 
  506.              and fixed part of these components (lines, scrollbars, 
  507.              indicators etc) Two versions are available: TScaler and 
  508.              TDBscaler. The last one has extra knowledge about scaling the 
  509.              TDBGrid component.  
  510.  
  511.  
  512.              ==============================
  513.                  Delphi Grid components
  514.              ==============================
  515. ADSAVGRD.ZIP TAdrockSaveGrid Version (Delphi 2,3)
  516.              Use a TAdrockSaveGrid component when you need to save the 
  517.              Display Width, Display Position and Visible status of the 
  518.              fields in a DBGRID Object. The standard VCL components give 
  519.              your end users the ability to resize and move fields in a 
  520.              DBGRID Object, but the TAdrockSaveGrid component allows you to 
  521.              save these settings and to restore the settings again with only 
  522.              1 line of code to save, and 1 line of code to restore.  
  523. CGRID3.ZIP   TDBCrossGrid,TCGridReport components - Release 1.1 for DELPHI1-3
  524.              Is a native VCL Delphi component designed to display the 
  525.              results of a multi-dimension cross or categorization of data 
  526.              contained in a database.  
  527. LPTGRD.ZIP   LPTGrd / LPTBGrd- DbGrid Print Component 
  528.              TLptGrd is a grid printer for InfoPower wwDBGrids. TLptBGrd is 
  529.              a grid printer for Borland DBGrids. It saves the developer a 
  530.              great deal of time by scaling the output to the target printing 
  531.              area. All layout parameters can be set at run time. Standard 
  532.              default settings permit a complete printout of the data with a 
  533.              single line of code. The component uses the text alignment 
  534.              settings of the source grid. Works with Borland and InfoPower 
  535.              2.03 & 3.0 grids VCL-Components for Borland Delphi 1, 2 & 3 
  536.              Version 1.0  
  537. SPREAD_1.ZIP TSpread Component (Delphi-3), Version 3.41 
  538.              Is a descendant of TStringGrid. TSpread supports individual 
  539.              cell colors, formats and fonts. In addition, it supports 
  540.              in-cell bitmaps, combo boxes, check boxes, buttons, spin edits 
  541.              and cell arithmetic. Cell formulas can contain variable 
  542.              references to other cells in the spreadsheet. Source code is 
  543.              available see the help file included in the download for 
  544.              details.  
  545. SPREAD16.ZIP TSpread Component (Delphi-1), Version 3.41 
  546.              Is a descendant of TStringGrid. TSpread supports individual 
  547.              cell colors, formats and fonts. In addition, it supports 
  548.              in-cell bitmaps, combo boxes, check boxes, buttons, spin edits 
  549.              and cell arithmetic. Cell formulas can contain variable 
  550.              references to other cells in the spreadsheet. Source code is 
  551.              available see the help file included in the download for 
  552.              details.  
  553. SPREAD32.ZIP TSpread Component (Delphi-2), Version 3.41 
  554.              Is a descendant of TStringGrid. TSpread supports individual 
  555.              cell colors, formats and fonts. In addition, it supports 
  556.              in-cell bitmaps, combo boxes, check boxes, buttons, spin edits 
  557.              and cell arithmetic. Cell formulas can contain variable 
  558.              references to other cells in the spreadsheet. Source code is 
  559.              available see the help file included in the download for 
  560.              details.  
  561. VCGRID.ZIP   True Component Grid 2.11
  562.              The component grid is the only grid of its kind. The Component 
  563.              enables you to parent VCL components, OCX/ActiveX controls in 
  564.              any cell on the grid. Any component you can place on a panel, 
  565.              groupbox, or form can be placed in the Component grid. You may 
  566.              even nest Component grids (i.e. place a Component Grid in the 
  567.              cell of a Component Grid.) 
  568.  
  569.  
  570.              =================================
  571.                  Delphi Listbox components
  572.              =================================
  573. BIGTEXT.ZIP  TBigText 1.1
  574.              This is a simple component to display up to 32767 lines of
  575.              text. Each line has its own dedicated foreground and background
  576.              color and can be 255 chars long. Theoretically this amounts to
  577.              about 8MB of data and beats the TMemo's measly 32kB, however,
  578.              no editing functions are available.
  579. DBLLIST.ZIP  Tdbllist component 
  580.              allows the end user to make a selection from one list to another list.
  581.              Features:
  582.              - Full Drag & Drop support between List.
  583.              - Full Support of Enabling/Disabling Buttons.
  584.              - Allow List Sorting.
  585.              - Event before, during and after changes to list
  586.              - Check Out and see the sample program (sample.Zip) for more.
  587.              - Full interface descrition in DblLst.INT
  588. ENHLB100.ZIP TMCEnhancedListBox v1.00
  589.              Multicolumn listbox for Delphi, uses labels to align the
  590.              columns. Smart component editor included. Online registration
  591.              through CompuServe SWREG.
  592. EXTLISTV.ZIP TExtListView v2.00  
  593.              A list view control that enables access to the new style types 
  594.              provieded by the updated list view control. The updated list 
  595.              view is provided in the COMCTL32.DLL file that comes with 
  596.              Microsoft's new internet software.  
  597. FILEVIEW.ZIP TFileView 
  598.              Is a TListView component which emulates the right hand side of 
  599.              explorer. It adds all the files in the selected directory with 
  600.              their proper icons.  
  601. LONGCOLL.ZIP TCollection32 for Borland Delphi
  602.              Is a (non-visual) class. It is similar with TList, but it can 
  603.              hold more than 500,000,000 items. Each item is a pointer to 
  604.              some user-defined class type. TCollection32 works with 
  605.              TDStream, providing fast I/O operations. Also, there are 
  606.              methods like FirstThat, LastThat, ForEach where your 
  607.              application can provide a pointer to some action to be 
  608.              performed to all items or just some of them. You can validate 
  609.              collection and delete invalid items automatically, you can sort 
  610.              items.  
  611. MULTILST.ZIP The purpose of this component is to allow applications to easily
  612.              inCorporate a Windows 95 type list box with sizeable headers
  613.              into a 16-bit application.
  614. RSLIST32.ZIP TrsListBox Component
  615.              The TrsListBox is an enhanced version of the standard windows 
  616.              listbox. The new features include Autosizing TabStops, Auto 
  617.              Horizontal Scrolling, 2D or 3D checkboxes, multiple in-line 
  618.              glyphs, and multiple line styles. 
  619. RSLISTBX.ZIP TrsListBox Component
  620.              The TrsListBox is.an enhanced version of the standard windows 
  621.              listbox. The new features include Autosizing TabStops, Auto 
  622.              Horizontal Scrolling, 2D or 3D checkboxes, multiple in-line 
  623.              glyphs, and multiple line styles. Horizontal scrolling can be 
  624.              enabled by setting the HorzScrollbar property. TabStops can be 
  625.              enabled by setting the TabStops property, and can be set by 
  626.              modifying the TabList property. Checkboxes can be displayed or 
  627.              hidden by modifying the CheckStyle property. Multiple glyphs 
  628.              can be loaded into the Glyphs property. 
  629. RTCL.ZIP     RtCheckList Component Ver. 1.15
  630.              CompuServe Information Manager, Microsoft Word, MSOffice Setup 
  631.              all have a very interesting control. Every time I see it I wish 
  632.              I could use it. In Word select Extras|Optionen|KompatibilitΣt 
  633.              (german Version - in english version look at 
  634.              Tools|Options|Compatibility) and you will see it. There is a 
  635.              listbox with checkboxes in it.  
  636. SLB.ZIP      TSelectListBox v1.0
  637.              This component is a make-it-yourself type visual Query Builder. 
  638.              In fact it is just part of that. If you often need to make SQL 
  639.              queries or Filters on Tables which have many foreign keys and 
  640.              you must let your user to Select the values for this foreign 
  641.              key, then this component is right for you. 
  642. TCOLOURL.ZIP TColourListBox 1.01
  643.              This package contains a Delphi component named TColourListBox. 
  644.              It enables you to set a colour for each item within the list 
  645.              box. 
  646. TFRAME.ZIP   TFrameList Component
  647.              This component is a standard Windows Listbox with it's
  648.              CreateParams overided. A frame and toolbar caption is created
  649.              which allows a caption and sizing of the list box. Drop the
  650.              control on a form and get the same effect as in MS Access 95
  651.              query designer.
  652.  
  653.  
  654.              =================================
  655.                  Delphi printer components
  656.              =================================
  657. PPV10.ZIP    PowerPrinter v1.0
  658.              PowerPrinter is a 32bit DLL that gives you access to all 
  659.              printer settings by means of simple APIs. Moreover, developers 
  660.              are shielded from the differences between Windows 95 and 
  661.              Windows NT because PowerPrinter takes care of the Operating 
  662.              Systems differences. We also supply modules with ready made 
  663.              declarations and easy to use functions for PowerBuilder Version 
  664.              5, VisualBasic 4 and Delphi 2 but it can be used with any 
  665.              development tool capable of calling external functions. Please 
  666.              refer to the Sample Applications for more information.  
  667. PRTSU3.ZIP   CBSuite 7.0 Super form, report & print component suite
  668.              For Delphi 2 & 3. Consists of five component modules CBPrint, 
  669.              CBReport, CBSort, CBGraph and CBBands. CBPrint prints 
  670.              multi-page forms or windows (invoices, jobcards, orders, 
  671.              etc.)straight from the screen. CBReport print reports. CBSort 
  672.              is a replacement for TDBGrid but with sort facilities built in 
  673.              and CBGraph is a Graphing package. CBBands prints banded 
  674.              reports up to any level of detail as well as RTF files and 
  675.              OCX's. Zoom/pan print previewer and report wizards included. 
  676. SDEFPRN.ZIP  How to Set the Default Printer in Delphi
  677.  
  678.  
  679.              ================================
  680.                  Delphi system components
  681.              ================================
  682. BBSYSINF.ZIP TSYSINFO 2.0
  683.              Is a non visual component written for Delphi 2.0 that gets 
  684.              details about your computer. eg. Registered Organisation and 
  685.              Owner, etc..  
  686. CXCPU.ZIP    cxCPU Component
  687.              This is a wrapper component for a CPU detection code 
  688. DDEASY16.ZIP DDEAuto VCL for Delphi
  689.              Have you been trying to demystify Program Manager DDE only to 
  690.              find little or no documentation on how to do the things you 
  691.              wanted to do? DDEAuto is the COMPLETE Program Manager DDE 
  692.              solution! DDEasy allows fast and easy control over the Windows 
  693.              Program Manager. Get a list of Groups, Get information on the 
  694.              items in each group. Move and item to another group, add, 
  695.              delete items and much more!  
  696. DDEAUT16.ZIP DDEAuto VCL for Delphi
  697.              Have you been trying to demystify Program Manager DDE only to
  698.              find little or no documentation on how to do the things you
  699.              wanted to do? DDEAuto is the COMPLETE Program Manager DDE
  700.              solution! Eight powerful functions and Two detailed procedures
  701.              allow you to manipulate and get information from program
  702.              manager you never dreamed possible. Get a list of groups, get a
  703.              list of items in a group, move an item to a new group, change
  704.              an item's properties, and much much more! Read this document,
  705.              install the component, and run the example project. You will be
  706.              amazed at the power DDEAuto gives you. DDEAuto saves you
  707.              approximatly 700lines of detailed coding! Add an Item to
  708.              Program Manger with ONE LINE OF CODE! Get an Item's Properties
  709.              with ONE LINE OF CODE! Seem to simple? Seem to good to be true?
  710. DDEAUT32.ZIP DDEAuto VCL for Delphi (32-bit)
  711.              Have you been trying to demystify Program Manager DDE only to 
  712.              find little or no documentation on how to do the things you 
  713.              wanted to do? DDEAuto is the COMPLETE Program Manager DDE 
  714.              solution! DDEasy allows fast and easy control over the Windows 
  715.              Program Manager. Get a list of Groups, Get information on the 
  716.              items in each group. Move and item to another group, add, 
  717.              delete items and much more!  
  718. LPTCTRL.ZIP  LpTCtrl 0.2 - Controlling the LPT port (I/O) directly
  719.              This unit holds TlptCtrl, a class/component which is intended 
  720.              for reading/writing directly to an LPT port. 
  721. MATHREAD.ZIP TMaThread Version 1.0 
  722.              A little non-visual component, to make Threading a little bit 
  723.              easier - I hope that someone else finds a use for this, If you 
  724.              do find it useful, then let me know, as I will then know if I 
  725.              should modify it in any way. If you can think of anything that 
  726.              this little component needs, or have found a bug, then please 
  727.              send me a note to my compuserve address above...  
  728. MIDICOM3.ZIP Delphi MIDI I/O Components Version 3.0 9 
  729.              These components handle low-level MIDI input and output using 
  730.              the Windows multimedia MIDI functions. They encapsulate all the 
  731.              nasty low-level stuff into some intermediate-level components. 
  732.              They support both short MIDI messages (e.g. note on/off, 
  733.              program change) and long MIDI messages (e.g. system exclusive, 
  734.              sample dumps). The components work under Delphi 3. If you need 
  735.              to use Delphi 1 or 2 you should get the previous version 2.0b. 
  736.              They've been tested in Windows 95 and NT 4.  
  737. OLECTLR.ZIP  Ole Automation Controller for Delphi 1.0 
  738. PORTS15.ZIP  TPort Component Version 1.5 
  739.              This component will read and write from the computers I/O ports.  
  740. SYSDEMO.ZIP  TSysMenu Component demo program
  741. SYSMENU.ZIP  TSysMenu
  742.              This VCL allows the user to easily add menu items to the system 
  743.              menu of their programs. In addition, upon selecting one of the 
  744.              added menu items, an event will be fired, passing a string 
  745.              containing the text of the menu item selected. 
  746. TASKMAN.ZIP  TTaskman VCL for Delphi
  747.              Makes creating professional quality Tasking applications quick 
  748.              and easy. Simply drop TaskMaster onto a form, specify a 
  749.              listbox, and call ONE simple method, and you have a list of 
  750.              tasks. TaskMaster will also Draw the Task Icon in the 
  751.              listbox/combobox if you want it to. Absolutely no extra 
  752.              programming! This component is a must for any serious system 
  753.              developer. Platforms: Delphi 1.x and 2.x 
  754. TASKMN32.ZIP TTaskman VCL for Delphi 2 demo
  755.              Makes creating professional quality Tasking applications quick 
  756.              and easy. Simply drop TaskMaster onto a form, specify a 
  757.              listbox, and call ONE simple method, and you have a list of 
  758.              tasks. TaskMaster will also Draw the Task Icon in the 
  759.              listbox/combobox if you want it to. Absolutely no extra 
  760.              programming! This component is a must for any serious system 
  761.              developer. 
  762. TRAY10.ZIP   K&J TRAY ICON (Native Delphi 2.0 VCL)
  763.              Is a Delphi 2.0 component that allows you to place an icon in 
  764.              the Windows 95 Taskbar Tray. K&J Tray Icon supports up to five 
  765.              different icons, popup menus, all mouse events and even 
  766.              animation! 
  767. TRYICO13.ZIP TTrayIcon VCL. Version 1.3a Requires: Delphi 2.0 32 bit. 
  768.              Adds an icon to the Windows 95 Tool Tray and has events to 
  769.              respond to mouse clicks.  
  770. WINREG.ZIP   TWinRegistry
  771.              The TWinRegistry class is a wrapper around the Windows 
  772.              registry. The TRegistry class provided in Delphi 2.0 is totally 
  773.              undocumented, and is a little tricky to use. An alternative is 
  774.              the TRegIniFile class, which allows the developer to use the 
  775.              same commands as previously used with the TIniFile class, but 
  776.              with the data written to the registry instead of an INI file.  
  777. WORDVBA.ZIP  A Simple Example demonstrating the creation of a Mail Merge 
  778.              Document in Microsoft Word 97. This is a simple example of how 
  779.              to pass an ODBC or BDE datasource to the Microsoft Word 97 
  780.              MailMerge.OpenDataSource method.  
  781. XSYSINFO.ZIP XSysinfo
  782.              This is a Delphi 2.0 component that informs you about various 
  783.              system propertys. For example the system path, the temp path, 
  784.              the processor and much more. Works under Windows 95 and Windows 
  785.              NT 4.0.
  786.  
  787.  
  788.              =================================
  789.                  Various delphi components
  790.              =================================
  791. AAWIZ.ZIP    AaWiz Wizard Component (Trial Version) Version 1.11 
  792.              Is a Delphi component that greatly simplifies the process of 
  793.              creating user interface wizards. You can develop and run your 
  794.              wizards from within the Delphi IDE, even without having to 
  795.              recompile your project. Aawiz is also extensible; much like you 
  796.              can extend Delphi with components, you can extend AaWiz with 
  797.              custom question components to provide you with any additional 
  798.              flexibility that you need. 
  799. ADDIAL32.ZIP TAdrockMessageDialog
  800.              The TAdrockMessageDialog routines provide similar function to 
  801.              the standard Delphi routines ShowMessage and MessageDlg, but 
  802.              these routines provide a few extras. You can have a default 
  803.              button so that your dialogs can have a NO or a CANCEL or any 
  804.              button as a default.  
  805. ADGROUP.ZIP  TAdrockGroupBox  
  806.              The TAdrockGroupBox Control provides you the enhancements that 
  807.              you wish the standard Delphi TGroupBox had. This component 
  808.              allows different background colours, Left, Right, and center 
  809.              justify the caption at the top or bottom of the component. 
  810. ADSEARCH.ZIP TAdrockSearchExpert
  811.              The TAdrockSearchExpert is a utility designed to help you 
  812.              locate references of text in all of your .PAS files from the 
  813.              currently loaded project. Which pas file is it in??? (Why no 
  814.              global search (and replace) like VB Mr and Mrs Borland!). (It's 
  815.              about time Borland - you've done a nice job of this in Delphi 
  816.              3) The TAdrockSearchExpert is a utility designed to help you 
  817.              locate references of text in all of your .PAS files from the 
  818.              currently loaded project. Ability to search all .PAS files in 
  819.              the current project for text strings, displays finds in a list 
  820.              box, (and previews the find in the source file), loads the file 
  821.              into Delphi, ready for a "goto" the current source line in the 
  822.              file (using the Delphi-Search Dialogue with search text loaded 
  823.              into the clipboard for you).  
  824. AHMD32.ZIP   AHM Component Serie 1.0 for WIN'95
  825.              28 different components for Delphi 2.0
  826. AUDIO.ZIP    Audio Capture is a audio capturing component designed for
  827.              Delphi 2.0. It uses Windows low level functions of audio
  828.              capturing. This component implements the Windows low-level
  829.              audio interface, which is used by applications that need the
  830.              finest possible control over audio devices.
  831. CARDS.ZIP    TCards
  832.              This VCL allows the user to easily use the cards supplied with
  833.              Windows in the CARDS.DLL, and build games.
  834. CENTREE.ZIP  CenTree component for Delphi 1 & 2
  835.              CenTree guards 16-bit and 32-bit Delphi applications against 
  836.              unauthorised copying through a password which locks the 
  837.              application to one specific PC. (see older PCs) Only three 
  838.              simple actions implement CenTree - 
  839.              1. Drop an instance of the CenTree component onto the main form; 
  840.              2. Initialise the CenTree properties using the Delphi property    editor; 
  841.              3. Call the Execute method in the OnCreate handler of the main form;  
  842. COOL.ZIP     A small VCR Objects to make your Delphi Projects look styled.
  843. CT_DELPH.ZIP Component Toolbox 2.5 (Professional Edition demo)
  844.              Is a series of 31 general purpose VBX controls. The following 
  845.              demo should give you a good idea of what the controls are 
  846.              capable of. The demo was written in Delphi and all controls in 
  847.              the demo have been tested and modified were necessary to ensure 
  848.              that they do work within this development environment. The 
  849.              actual package itself comes with source code for the demos in 
  850.              Visual Basic, dBase for Windows, and Delphi. 
  851. CYBINI.ZIP   CYBINI 
  852.              The improved Delphi encapsulation of the Windows .INI file. 
  853.              CYBINI is a standard Delphi VCL Component that drops onto a 
  854.              form , like any other component does.. However, before 
  855.              releasing your software, you will remove the CYBINI component.  
  856. CYBPARNT.ZIP CybParentInfo
  857.              This is a native delphi VCL that you can drop onto any form. It 
  858.              publishes only 2 properties - well they're actually 
  859.              pseudoproperties just to load property editors. The "About" 
  860.              property is self explanotory I'm sure 
  861. DATACOM.ZIP  This vcl allows you to easily pass data between two
  862.              applications running on the same computer without resorting to
  863.              dde. Use it to share data, find out if another instance of your
  864.              application is already running, or even to remotely control one
  865.              application from another.
  866. DC95V10.ZIP  The TDCAppBar component creates a Windows 95 "AppBar" which can
  867.              hook onto any edge of the screen, much like the Windows 95
  868.              TaskBar. The desired edge for the AppBar to be placed on is
  869.              specified in its Orientation property, and its requested
  870.              dimensions are specified by the BarWidth or BarHeight
  871.              properties, depending on the edge to which the AppBar is
  872.              attached.
  873. DEL3EYES.ZIP TEyes component at Design Mode in Delphi 2
  874.              Is a native Delphi VCL-component that emulates (somewhat) 
  875.              X-Eyes. Finally, this great feature of some Operating Systems 
  876.              is now available for the world's greatest development 
  877.              environment: Delphi!  
  878. DELEYES.ZIP  TEyes Component for Delphi 
  879.              is a native Delphi VCL-component that emulates (somewhat) X-Eyes. 
  880.              Finally, this great feature of some Operating Systems is now 
  881.              available for the world's greatest development environment: Delphi!
  882. DI9701DF.ZIP Barcode component
  883. DICE.ZIP     Dice VCL
  884. DKWTOOLS.ZIP Nifty Components
  885.              Some of my original components for Delphi 2.0 are now available 
  886.              for download. Why bother? Nifty tools include a proportionally 
  887.              sizing split panel, a flexible multi-layer, multi-axis graph, 
  888.              data aware auto-labelled edit fields, and form inheritance 
  889.              pre-dating Delphi 2.0 ... including multiple inheritance. The 
  890.              labelled edit field is a great example of some really odd 
  891.              workarounds. If you can make it simpler, I want to know how!  
  892. DRGDRP16.ZIP TDragDrop
  893.              This VCL allows you to make any windowed VCL a drag and drop 
  894.              target. It also parses all dropped files into a convenient 
  895.              string list.  
  896. DTALK2.ZIP   DTalk Speech enabling Components for Delphi Version 1.0 
  897.              DTalk, for Delphi, is a set of Speech "enabling" components 
  898.              that implement the Microsoft Speech API. Speech applications 
  899.              written with the DTalk controls will work with any Speech API 
  900.              (SAPI) compliant speech recognition (SR) or text-to-speech 
  901.              (TTS) engine. The DTalk component set gives Delphi application 
  902.              developers a fast and easy way to implement speech in their 
  903.              applications. SAPI compliance insures compatibility with the 
  904.              largest selection of SR and TTS engine vendors. 
  905. DTALK3.ZIP   DTalk v1.0 Speech enabling Components for Delphi 3 
  906.              DTalk, for Delphi, is a set of Speech "enabling" components 
  907.              that implement the Microsoft Speech API. Speech applications 
  908.              written with the DTalk controls will work with any Speech API 
  909.              (SAPI) compliant speech recognition (SR) or text-to-speech 
  910.              (TTS) engine. The DTalk component set gives Delphi application 
  911.              developers a fast and easy way to implement speech in their 
  912.              applications. SAPI compliance insures compatibility with the 
  913.              largest selection of SR and TTS engine vendors. 
  914. DWAVEMIX.ZIP Delphi's WaveMix v1.1 - For Delphi 2.0 and 3.0 
  915.              This package is a translation of the WaveMix DLL to Delphi. It 
  916.              allows multiple wave files to be played simultaneously until a 
  917.              maximum of 8 separate channels. There's no need of external DLL 
  918.              or INI files. 
  919. DYNARR2.ZIP  TDynArray For Delphi 16/32
  920.              A dynamic array is an array that changes size at runtime,
  921.              similar to a TStrings object. The TDynArray class is an object
  922.              that will maintain a dynamic array in Delphi 1 or 2 for you.
  923.              Anyone who has used a dynamic array in the past will appreciate
  924.              using the new class.. and anyone too scared to try a dynamic
  925.              array on their own can get over their anxiety.
  926. EDSSPELL.ZIP EDSSpell Component 3.0
  927.              Allows Delphi developers to easily add Spell Checking Dialog to 
  928.              their Delphi applications. This new version includes an 
  929.              expanded feature set including support for TurboPower's 
  930.              powerful Orpheus components, TX Text-Control which ships with 
  931.              Borland's Visual Solutions Pack and is distributed by the 
  932.              European Software Connection, and the shareware RTF component 
  933.              WPTools by Julian Ziersch.  
  934. EVALD3.ZIP   TEval Component (delphi3)
  935.              Teval is an expression evaluator component which can be used to 
  936.              evaluate mathematical expressions at run time. An expression 
  937.              can contain subexpressions enclosed in parentheses, variable 
  938.              names or numbers.  
  939. EVALDEMO.ZIP TEval Component demo program with source
  940. EXEBTN.ZIP   EXE-Button
  941.              Do you want to execute applications from your program very easy 
  942.              and have thereby the full control over commandline, workingpath 
  943.              and start-conditions of the program? Should the program-icon 
  944.              appear on the button? Do you want to terminate the program 
  945.              launched with the EXE-button? Should your program wait until 
  946.              another application is closed? Do you want to allow only one 
  947.              instance of an application ? Do you intend, to develop an 
  948.              application-launcher?  
  949. EXIM12U.ZIP  EXIM ASCII Export/Import VCL Components v1.2
  950.              Contains the 16/32 bit Delphi VCL components TExport and 
  951.              TImport which make ridiculously easy the importing and 
  952.              exporting of formatted ASCII files.  
  953. EXPLORER.ZIP TShellTreeView
  954.              Displays a hierarchial view of the user's Computer, such as 
  955.              that used in the Windows 95 Explorer.  
  956. EXPRESS.ZIP  Express, Component for Fast Expression Evaluation 
  957.              This component allows you to call a function which evaluates an 
  958.              expression typed in by the user. This component allows you to 
  959.              call a function which evaluates an expression typed in by the 
  960.              user. The difference to usual expression evaluators is, that 
  961.              this one is custom designed for repeated evaluations of the 
  962.              same expression with different values for the variables 
  963.              involved, like when you want to do a Newton iteration for a 
  964.              given function, or want to draw phase plots for a certain sytem 
  965.              of ODEs, or just want to graph various functions.  
  966. EXTPAGE.ZIP  Extended PageControl & TabControl v2.3
  967.              Enhanced components for Delphi 2, 3 and Borland C++Builder: 
  968.              Colored Tabs, Bit- maps, free Tab position, OwnerDraw mode, 
  969.              support for accelerator keys and more. ExtPageControl and 
  970.              ExtTabControl are enhancements of component TPageControl and 
  971.              TTabControl in Delphi 2, Delphi 3 and Borland C++Builder.  
  972. FABOUT.ZIP   Microsoft Win95 style About Box
  973.              I am constantly trying to ensure my apps have the "look and 
  974.              feel" of Microsoft. This is simply a Delphi 2.0 form I whipped 
  975.              up after copying the About-Box that comes with FREECELL (you 
  976.              know that game that comes with Win95...)  
  977. FFT.ZIP      TFastFourier component
  978.              Is a component representing the Fast Fourier Transformation for 
  979.              discrete quadratic approximation of periodic functions. The 
  980.              transformed spectrum can be cut - both low and high - and 
  981.              cleaned from error. The cut and noise-cleaned spectrum can then 
  982.              be inverted to reproduce the original, error-cleaned data.  
  983. FLOATBAR.ZIP FloatBar Unit
  984.              This component creates floating bar like MSOFFICE. You can put 
  985.              into all the components like the panels. When you click into 
  986.              the component, you drag it where you want.  
  987. FXCARDSA.ZIP TFXCards Component 
  988.              The TFXCards component has been designed to be used in the 
  989.              development of card games. TFXCards is not just another card 
  990.              component -- TFXCards has built-in special effects that will 
  991.              give your games that "little something extra."  
  992. GPCLIP.ZIP   gpClipboard Component
  993.              The gpClipboard Component is designed to provide global text
  994.              clipboard support to an application with a minimal amount of
  995.              code. Typically, the component is placed on the application's
  996.              main form where it can be easily tied to your edit menu and/or
  997.              speedbar. Once the methods are set up with your menu, most
  998.              editable text components on all your forms are clipboard
  999.              enabled!
  1000. HSTR.ZIP     HyperString v1.0 
  1001.              HyperString is a comprehensive library of well over 100 
  1002.              routines designed to energize the versatile new 32-bit long 
  1003.              dynamic string type. Full source code is available.  
  1004. IDE16.ZIP    IDEOnly Unit, Version 1.0 
  1005.              Checks if The Delphi-IDE is loaded or not. Many developers have 
  1006.              spent hours including methods in their components which check 
  1007.              for Delphi, some of which we have discovered, are extremely 
  1008.              ineffective. The IDEOnly unit is an effective technique for 
  1009.              checking for the Delphi IDE in your component. It costs $15 and 
  1010.              takes about 5 minutes to include in your component or dll. 
  1011. IDE32.ZIP    IDEOnly Unit 1.0 (32-bit)
  1012.              Many Delphi programmers are realizing the value of component 
  1013.              development for their own applications, and additional revenue 
  1014.              which can be realized by making these components available to 
  1015.              other developers.  
  1016. INIOUTSW.ZIP IniOut is a Component Property Manager for Delphi
  1017.              With it you can easily provide INI file and Registry support to 
  1018.              your Delphi application with virtually no code and a very small 
  1019.              runtime footprint. This package includes versions of IniOut 
  1020.              supporting Delphi 1.0, 2.0 and 3.0. 
  1021. IWP_SW1.ZIP  Indigo Software VCL Widget Pack Volume 1 
  1022.              The Indigo Software VCL Widget Pack Volume 1.0 contains the 14 
  1023.              Delphi VCL components along with their source code. The 
  1024.              programmer is free to use these components royalty free in 
  1025.              their own applications. 
  1026. JUSTONE.ZIP  JustOne v1.3
  1027.              Purpose: JustOne is a component which makes it easy to limit
  1028.              the number of your application's instances to just one. If a
  1029.              second instance of your application starts, the first instance
  1030.              is brought to the front and given the focus (or restored if it
  1031.              was minimized to an icon). The second instance then halts.
  1032. KEYEDIT.ZIP  KeyEdit v1.1 
  1033.              A freeware component for Delphi 2.0 and 3.0 This component it's 
  1034.              a descendent of TCustomEdit. It has the same functionality of 
  1035.              TEdit, but instead of filling the text property with the 
  1036.              characters you type, it assigns to the text property the name 
  1037.              of the last key you pressed. The name of the key depends on the 
  1038.              language Windows is configured for.  
  1039. LABDEBUG.ZIP TLABDEBUG - a debugging tool
  1040.              CReates a form and memo box that you can write debug messages 
  1041.              to. You can also save the debug information, or print it.  
  1042. LBAR_D_1.ZIP Borland Delphi 32 bit CT List Bar Demo  
  1043. LOCKMAN.ZIP  LockManager component for Delphi - Shareware version.
  1044.              The TLockManager component provides the following functionalities:
  1045.              - check for previous instances of the application;
  1046.              - configure the software to be used on a trial period (days, number of runs);
  1047.              - provide good protection against illegal copy of your software.
  1048. MAKEUP95.ZIP Make-Up 95, rel 1.0 (4th june, 96)
  1049.              When I moved from VB to Delphi 2.0 I got much more I expected
  1050.              -- I got an EXCELLENT tool compared with VB. Having used it
  1051.              some days I realized that everything is OK except some UI
  1052.              details of some components. Some of them didn't look like their
  1053.              'brothers' in Win 95. So I upgraded them a little bit to look
  1054.              like REAL Windows 95 ones ;)
  1055. MENUEX.ZIP   TChangeMenu Component:
  1056.              - With this component you can add bitmaps, icons, banners in 
  1057.              - your menus. Just put the TSwitchMenu and add TChangeMenu. In 
  1058.              - the MenuItem property you type the name of the menuitem and 
  1059.              - in the MainMenu property, the name of the menu component. 
  1060.              - After you modify different properties to customize the menuitem.
  1061. MNYTLKS.ZIP  MoneyTalks for Delphi Version 2.0 (32 bit) 
  1062.              1. a function which converts currency values from $0.00 to 
  1063.              $1,700,000,000.00 to a string describing the amount in words. 
  1064.              Useful for applications that need to print cheques, bank 
  1065.              authority forms, or other financial documents where the amount 
  1066.              in words is required in addition to the amount in digits. 
  1067. MSGDRP13.ZIP MessageDlg Replacement v1.3 for Delphi 1-3
  1068.              Can be easily translated or customized. This unit implements a 
  1069.              Replacement for Delphi's MessageDlg function, that uses a 
  1070.              resource file instead of having the text hard-coded into the 
  1071.              unit. This makes it very easy to translate the messages and use 
  1072.              the MessageDlg functions within applications writen in 
  1073.              languages other than English. Also, since source code is 
  1074.              included, you can easily customize it to fit your particular 
  1075.              needs.  
  1076. NDCRED12.ZIP N&D Credits ver 1.2 Native Delphi VCL 
  1077.              Allows you to have a "movie credits" style scrolling within 
  1078.              Delphi! You can have your text just scroll up the screen 
  1079.              normally - or have it shrink into the background for a "Star 
  1080.              Wars Text" effect! The background supports graduated coloring 
  1081.              (several different styles)! You can have bouncing polygons, 
  1082.              rectangles, ellipses, pies, rounded rectangles or a shifting 
  1083.              random effect! Also, it is resource friendly - it only uses one 
  1084.              timer, no matter how many you place on a form! Great for about 
  1085.              boxes or anywhere you want an eye-catching effect! Delphi 1.0 & 
  1086.              2.0 versions included! Includes demo application! 
  1087. NFIPWR11.ZIP Nfi power component package beta version 1.1.199702 
  1088.              Components For delphi 2.0 Running windows '95 or nt4 only! An 
  1089.              advanced component package that integrates Windows API, 
  1090.              advanced design, visual effects and the logical components 
  1091.              Borland neglected to provide. This Beta contains 21 components 
  1092.              for testing purposes; the overall package currently consists of 
  1093.              45 working components and 35 more are in design. A total of 80 
  1094.              components altogether!  
  1095. NNCOMP.ZIP   TNeuralNetwork component
  1096.              Is a component representing a general feedforward neural 
  1097.              network of an arbitrary size. The network can be taught using 
  1098.              the back-propagation learning method. The component is also 
  1099.              able to normalize and de-normalize the data from the internal 
  1100.              representation, so the original data can be used instead of 
  1101.              numbers between 0 and 1.  
  1102. NVDCP004.ZIP Envy's Delphi Component Pack v0.04
  1103.              A collection of three FREEWARE components for Borland's Delphi 
  1104.              2.0 with full source. Includes ListView with auto-sorting, 
  1105.              CheckBox with read only and a About dialog box 95 style. 
  1106. PRTSU1.ZIP   CBSuite 6.3 Super component suite for Delphi 1
  1107.              Consists of five separately sold packages bundled together at a 
  1108.              great price. Now includes wizards for great-looking forms and 
  1109.              reports, The packages are CBPrint, CBReport, CBSort, CBGraph 
  1110.              and CBBands. CBPrint prints multi-page forms or windows 
  1111.              (invoices, jobcards, orders, etc.) straight from the screen. 
  1112.              CBReport print reports. CBSort is a replacement for TDBGrid but 
  1113.              with sort facilities built in and CBGraph is a Graphing 
  1114.              package. CBBands prints banded reports up to any level of 
  1115.              detail as well as RTF files and OCX's. Includes support for 
  1116.              printing 3rd Party components. Price US$150 
  1117. PRTSU2.ZIP   CBSuite 7.0 Super component suite for Delphi 2
  1118.              Consists of five separately sold packages bundled together at a 
  1119.              great price. Now includes wizards for great-looking forms and 
  1120.              reports, The packages are CBPrint, CBReport, CBSort, CBGraph 
  1121.              and CBBands. CBPrint prints multi-page forms or windows 
  1122.              (invoices, jobcards, orders, etc.) straight from the screen. 
  1123.              CBReport print reports. CBSort is a replacement for TDBGrid but 
  1124.              with sort facilities built in and CBGraph is a Graphing 
  1125.              package. CBBands prints banded reports up to any level of 
  1126.              detail as well as RTF files and OCX's. Includes support for 
  1127.              printing 3rd Party components. Price US$150 
  1128. PZAZZDEM.ZIP PZazz!,For Delphi 16 & 32 Bit Version 2.3 (Evaluation) 
  1129.              Contains seven components for Delphi: TPZLabel, TPZShaded, 
  1130.              TPZBitmapButton, TPZSpeedButton, TPZBitmapButton, TPZListView 
  1131.              and TPZTreeView.
  1132. REGLOC.ZIP   Reglock components by gt technologies: treglock & tregkey are 
  1133.              two components that allow any delphi programmer to easily add 
  1134.              registration/purchase options to their programs. A must have 
  1135.              for shareware marketing. Supports both 16bit and 32bit. 
  1136. RGNAV.ZIP    RGNavigator
  1137.              Is based on BI's Navigator but is not derived from it. It adds
  1138.              numerous features as standard, including exposing the Buttons
  1139.              array, True 3D look (unlike the flat look of BIs version),
  1140.              coloured glyphs on buttons, built in hint panel, improved
  1141.              glyphs, optional confirmations on all actions and Keyboard
  1142.              Menu.
  1143. ROLLBAR.ZIP  TRollBar 
  1144.              The TRollBar Component gives your forms a mini title bar with 
  1145.              optional roll-up capabilities. Simply drop it on your form and 
  1146.              run your program to have a fully functioning mini title bar, or 
  1147.              set some of the properties to change the defaults. This control 
  1148.              has been updated and has properties to allow you to control 
  1149.              resizing at run-time, animated roll-up/down effects, and a 
  1150.              property to determine the rolled up state.  
  1151. ROMNUM.ZIP   TRomanNum 
  1152.              The TRomanNum component is a non-visual component that converts 
  1153.              numbers into the Roman Numeral string equivalent.  
  1154. RSDYNSLM.ZIP RsDynarray Classes For Delphi 16 / 32 
  1155.              The rsDynarray classes from RealSoft provide access to several 
  1156.              types of "Resizable" Arrays. This feature is not a standard 
  1157.              part of Object Pascal, and simulating a Dynamic Array can be 
  1158.              tedious and cumbersome. The rsDynarray not only makes managing 
  1159.              a resizable array simple, but it adds functionality not found 
  1160.              in standard arrays such as sorting, saving to file, inserting, 
  1161.              and more. 
  1162. RSSHW32.ZIP  TrsShareware Component
  1163.              Is a component designed to allow you to easily convert your 
  1164.              Delphi project or custom component into a trial version for 
  1165.              distribution. By dropping a TrsShareware onto your form, you 
  1166.              have access to several powerful properties and methods. The 
  1167.              type of shareware can be changed using the ShareType property. 
  1168.              If you are using counterware or timerware, you'll also need to 
  1169.              set the MaxCount or MaxDays property, respectively.  
  1170. RSSHWARE.ZIP TrsShareware Component
  1171.              Is a component designed to allow you to easily convert your 
  1172.              Delphi project or custom component into a trial version for 
  1173.              distribution. By dropping a TrsShareware onto your form, you 
  1174.              have access to several powerful properties and methods. The 
  1175.              type of shareware can be changed using the ShareType property. 
  1176.              If you are using counterware or timerware, you'll also need to 
  1177.              set the MaxCount or MaxDays property, respectively.  
  1178. RSTABS32.ZIP TrsTabset Component (32bit)
  1179.              The TrsTabset is a new tab component similar to a Win95 
  1180.              TabControl. These type of tabs were unavailable in Delphi 1, 
  1181.              and cannot be positioned on bottom in Delphi 2. Tabs can be 
  1182.              positioned either on bottom or top by changing the TabOrient 
  1183.              property. To specify the names on the tabs, use the Tabs property. 
  1184. RSTABSET.ZIP TrsTabset Component
  1185.              THe TrsTabset is a new tab component similar to a Win95 
  1186.              TabControl. These type of tabs were unavailable in Delphi 1, 
  1187.              and cannot be positioned on bottom in Delphi 2. Tabs can be 
  1188.              positioned either on bottom or top by changing the TabOrient 
  1189.              property.  
  1190. RTCG1.ZIP    RT Controls contains seven Delphi components  
  1191.              RTCheckGroup , RTCheckList, RTDbCopy, RTDbGenID, RTDbIniFile,
  1192.              RTSQLStatements, RTGauge
  1193. RTGA.ZIP     RtGauge Component Ver. 1.02
  1194.              This little component does what you have certainly seen - it 
  1195.              shows a progress bar. There are two other progress bars which 
  1196.              have been shipped with Delphi - TBiGauge and TGauge. To tell 
  1197.              the truth it was based on TGauge. So if you ask yourself why 
  1198.              doing another Gauge component, the answer is easy. 
  1199. RTREG16.ZIP  RT Registration Control 1.25
  1200.              The RTRegCtl is a library unit (DCU for Delphi, otherwise DLL)
  1201.              containing functions to protect shareware and not only
  1202.              shareware programs against unauthorized use which lets
  1203.              authorize them with a unique registration key. It has the
  1204.              possibility to save the encrypted information about users
  1205.              somewhere in the system and a count and/or date lock in order
  1206.              to make an evaluation copy.
  1207. RTREG32.ZIP  RT Registration Control 1.25 32-bit version
  1208.              The RTRegCtl is a library unit (DCU for Delphi, otherwise DLL)
  1209.              containing functions to protect shareware and not only
  1210.              shareware programs against unauthorized use which lets
  1211.              authorize them with a unique registration key. It has the
  1212.              possibility to save the encrypted information about users
  1213.              somewhere in the system and a count and/or date lock in order
  1214.              to make an evaluation copy.
  1215. SAMPLER.ZIP  TWAVSampler component
  1216.              Is a Delphi 1 & 2 component that records and plays back wave 
  1217.              audio using the MMSystem unit.  
  1218. SCTV200F.ZIP TScrollableTreeView v2.00 for Delphi 2, Delphi 3 
  1219.              THis package may be used under Delphi 2/3, includes sources and 
  1220.              has no restriction. It may be installed under Delphi 2 (with 
  1221.              .DCU or .PAS file), under Delphi 3 (with .DPL package file). It 
  1222.              includes one very simple example, but no User Manuals. It only 
  1223.              add one property to standard TTreeView : AutoScroll.  
  1224. SEMAPH_1.ZIP This unit exports the class TSemaphore, an encapsulation of the
  1225.              Win32 Semaphore object API. Security descriptors are not
  1226.              supported.
  1227. SETUP16T.ZIP XTools-Nails 1.50b for Delphi 1  
  1228.              XTools is a collection of components for Delphi. The components 
  1229.              are native VCL components, directly written for Delphi. The 
  1230.              components have no special focus, as other component 
  1231.              collections. Instead they can be used in different szenarios 
  1232.              and fill some gap on the component market. The package contains 
  1233.              36 components. xTools are delivered with a help-file and 
  1234.              printed documentation. It's aviable in English and German 
  1235.              Language.
  1236. SETUP32T.ZIP XTools-Nails 1.50b for Delphi 2 
  1237.              XTools is a collection of components for Delphi. The components 
  1238.              are native VCL components, directly written for Delphi. The 
  1239.              components have no special focus, as other component 
  1240.              collections. Instead they can be used in different szenarios 
  1241.              and fill some gap on the component market. The package contains 
  1242.              36 components. xTools are delivered with a help-file and 
  1243.              printed documentation. It's aviable in English and German 
  1244.              Language.
  1245. SHARWARE.ZIP TShareWare Component v2.1
  1246.              Is a custom Delphi component that allows you to control usage 
  1247.              of your Delphi programs by unregistered users. By dropping this 
  1248.              component onto your project and adding a few lines of code, you 
  1249.              can start distributing "crippled" versions of your programs, 
  1250.              and hopefully receive many registrations. Shareware can be very 
  1251.              profitable for you, and beneficial to customers who like to 
  1252.              "try before they buy"!  
  1253. SHOWICON.ZIP TShowIcon (VER 1.01)
  1254.              Is showing your active Program while the Window is minimized. 
  1255.              The components support Delphi 2 and 3. They've been tested in 
  1256.              Windows 95, NT 3.51, NT4.0. 
  1257. SINGINST.ZIP TSingleInstance
  1258.              Prevent multiple instances of an application to run at the same 
  1259.              time. Delphi 2/3. 
  1260. SLR16.ZIP    SLRegress Components 1.02 (16-bit)
  1261.              Many Delphi programmers are involved in the development of 
  1262.              (database) systems for the gathering of experimental data. The 
  1263.              majority of experimental activities have goals of producing 
  1264.              models or formulas by which a response y can be predicted given 
  1265.              the values of one (or more) controllable variables 
  1266.              x[1],...,x[n]. Regression is an approach which uses 
  1267.              least-squares approximation to extract from experimental data, 
  1268.              the nature of the cause and effect relationship between x and 
  1269.              y. Thus it assumes (1) that such a relationship exists, and (2) 
  1270.              that the control variable(s) can be observed without error.  
  1271. SLR32.ZIP    SLRegress Components 1.01 for 32-Bit Delphi
  1272.              Many Delphi programmers are involved in the development of 
  1273.              (database) systems for the gathering of experimental data. The 
  1274.              majority of experimental activities have goals of producing 
  1275.              models or formulas by which a response y can be predicted given 
  1276.              the values of one (or more) controllable variables 
  1277.              x[1],...,x[n]. Regression is an approach which uses 
  1278.              least-squares approximation to extract from experimental data, 
  1279.              the nature of the cause and effect relationship between x and 
  1280.              y. Thus it assumes (1) that such a relationship exists, and (2) 
  1281.              that the control variable(s) can be observed without error.  
  1282. SOUNDEX.ZIP  Delphi component TSoundex
  1283.              The Soundex component uses the Soundex algorithm to determine
  1284.              if two words sound similar. Useful in database applications
  1285.              where the operator may not know the exact spelling of a search
  1286.              string, for example a last name.
  1287. TARRAY.ZIP   TArray Freeware Version 0.6  
  1288. TEVAL16.ZIP  TEval Component (16-bit)
  1289.              Is an expression evaluator that allows a mathematical 
  1290.              expression to be evaluated at runtime. For example, the user 
  1291.              can enter a formula such as 50000.00*.0765 as a string and 
  1292.              TEval will evaluate it to 3825.00. Supports factorials, 
  1293.              exponentiation, modulus and more in addition to the standard 
  1294.              arithmetic operators. TEval also supports variable names in 
  1295.              expressions. 
  1296. TEVAL32.ZIP  TEval Component (32-bit)
  1297.              Is an expression evaluator that allows a mathematical 
  1298.              expression to be evaluated at runtime. For example, the user 
  1299.              can enter a formula such as 50000.00*.0765 as a string and 
  1300.              TEval will evaluate it to 3825.00. Supports factorials, 
  1301.              exponentiation, modulus and more in addition to the standard 
  1302.              arithmetic operators. TEval also supports variable names in 
  1303.              expressions. 
  1304. TIPOFDAY.ZIP TTipOfTheDay component
  1305.              For adding professional looking help tips to your application.
  1306.              Help Tips allow novice users to quickly get to grips with your
  1307.              application by reminding them of quick tips like keyboard
  1308.              combinations or efficient ways of performing common tasks.
  1309.              {This is the Citation which can be altered from the DotHLP
  1310.              Preferences screen, accessed from the Tools menu.}
  1311. TLED2.ZIP    TLED & TLEDLabel Components
  1312.              The TLED component emulates the behaviour of a Light Emitting 
  1313.              Diode electronic component, and can be dropped onto a form (or 
  1314.              container component) to provide a visual on or off indication 
  1315.              of any Boolean variable. Additionally, the LEDLabel control has 
  1316.              a Caption property, which can be aligned to the right, left, 
  1317.              above or below the LED indicator using the Alignment property. 
  1318.              Different fonts can be applied using the Font property.  
  1319. TNEURAL.ZIP  TNeural Component, Version 1.21
  1320.              Is a Delphi wrapper component for the NeuroShell 2 DLL Server. 
  1321.              It allows NeuroShell 2 developers designing user interfaces to 
  1322.              their neural network systems in 16 and 32-bit Delphi to execute 
  1323.              their trained networks using the NeuroShell runtime DLL 
  1324.              supplied with the NeuroShell Development System. Copyright ⌐ 
  1325.              1996, Applied Analytic Systems  
  1326. TOKENIZE.ZIP TTokenize component for Delphi 
  1327.              Provides the functionality of parsing large, null-terminated 
  1328.              strings into descrete tokens delimited by an arbitrary set of 
  1329.              user-defined characters. The Delimiter characters are not 
  1330.              included in the tokens. Parsing is done incrementally, i.e., 
  1331.              tokens are identified on the fly sequentially as needed (as 
  1332.              opposed to performing a complete parse once before any tokens 
  1333.              are accessed).  
  1334. TPKENG11.ZIP Tpokerengine version 1.1
  1335.              I wrote TPokerEngine because I wanted to write a poker type
  1336.              game, but I wanted to reuse the code to write in yet another
  1337.              poker game. Lo and behold.... instant component. So here's how
  1338.              to use it.
  1339. TPRJINFO.ZIP This is a collection of components, non-visual objects 
  1340.              and inheritable forms that handle the startup processing of 
  1341.              a typical application, e.g.:
  1342.              * Splashscreen
  1343.              * Help About screen with above information
  1344.              * License checking
  1345.              * Access to VersionInfo properties of .EXE file (if any)
  1346.              * Creation of the proper registry key for further use in an application
  1347.              * Simplified use of the Win32 registry through Variants
  1348. TSYMEN16.ZIP TSysMenu Component, 16 bit version (Delphi 1) 
  1349.              With TSysMenu you can easily add, remove, check, disable or 
  1350.              otherwise manipulate items on the system menu. No more tedious 
  1351.              API code !  
  1352. TSYMEN32.ZIP TSysMenu Component, 32 bit version (Delphi 2) 
  1353.              With TSysMenu you can easily add, remove, check, disable or 
  1354.              otherwise manipulate items on the system menu. No more tedious 
  1355.              API code !  
  1356. TVERB16.ZIP  TVerb Component (16-bit, Delphi-1)
  1357.              Is a component that 'verbalizes' amounts. For example, the 
  1358.              amount 100,456.89 would be converted to the string 'One hundred 
  1359.              thousand four hundred fifty six dollars and eighty nine cents'. 
  1360.              This is a very nice component if you need to create check 
  1361.              writing applications such as payroll.  
  1362. TVERB32.ZIP  TVerb Component (32-bit, Delphi-2)
  1363.              Is a component that 'verbalizes' amounts. For example, the 
  1364.              amount 100,456.89 would be converted to the string 'One hundred 
  1365.              thousand four hundred fifty six dollars and eighty nine cents'. 
  1366.              This is a very nice component if you need to create check 
  1367.              writing applications such as payroll.  
  1368. TVEVAL16.ZIP TVisEval Component (16-bit, Delphi-1)
  1369.              Is an enhanced eval component which allows you to give visual 
  1370.              feedback during evaluation. It includes step, pause, resume and 
  1371.              run to end modes. Provides a nice display of what the 
  1372.              calculation engine is doing. Registered users get the full 
  1373.              source code. Registration fee $ 40 gets you full source code, 
  1374.              free technical support and automatic notification of new 
  1375.              updates.  
  1376. TVEVAL32.ZIP TVisEval Component (32-bit, Delphi-2)
  1377.              Is an enhanced eval component which allows you to give visual 
  1378.              feedback during evaluation. It includes step, pause, resume and 
  1379.              run to end modes. Provides a nice display of what the 
  1380.              calculation engine is doing. Registered users get the full 
  1381.              source code. Registration fee $ 40 gets you full source code, 
  1382.              free technical support and automatic notification of new 
  1383.              updates.  
  1384. VALID.ZIP    TValidator component for Delphi v1.0
  1385.              TValidator takes all the troubles of software validation and 
  1386.              lets you free the time for creative work. Shareware version is 
  1387.              fully functional. Registered users will receive the source code 
  1388.              and will be entitled for royalty free usage of TValidator. 
  1389.              Includes help file which merges with Delphi help. 
  1390. VALID32.ZIP  TValidator component for Delphi 2
  1391.              TValidator takes all the troubles of software validation and 
  1392.              lets you free the time for creative work. Shareware version is 
  1393.              fully functional. Registered users will receive the source code 
  1394.              and will be entitled for royalty free usage of TValidator. 
  1395.              Includes help file which merges with Delphi help. 
  1396. VALIDD3.ZIP  TValidator component for Delphi 3
  1397.              TValidator takes all the troubles of software validation and 
  1398.              lets you free the time for creative work. Shareware version is 
  1399.              fully functional. Registered users will receive the source code 
  1400.              and will be entitled for royalty free usage of TValidator. 
  1401.              Includes help file which merges with Delphi help. 
  1402. VECTOR.ZIP   TVector component
  1403.              The Vector Unit for Borland Delphi exports the TVector
  1404.              component which is used to model vectors, i.e., the members of
  1405.              an N-dimensional, real vector space.
  1406. VERBD3.ZIP   TVisEval Component (32-bit, Delphi-3)
  1407.              Is an enhanced eval component which allows you to give visual 
  1408.              feedback during evaluation. It includes step, pause, resume and 
  1409.              run to end modes. Provides a nice display of what the 
  1410.              calculation engine is doing. Registered users get the full 
  1411.              source code. Registration fee $ 40 gets you full source code, 
  1412.              free technical support and automatic notification of new 
  1413.              updates.  
  1414. WEXECLIB.ZIP WEXECLIB
  1415.              Is a Delphi 32 bit VCL component to processing external 
  1416.              commands with "Exec and Wait" behavior and piping methods to 
  1417.              redirect output to your application. Free unit with Source.  
  1418. WINC16.ZIP   Business Calculator VCL Version 1.0
  1419. WINC32.ZIP   Business Calculator VCL Version 1.0 (32-bit version)
  1420. XN300AT.ZIP  XTools-Nails 1.50b for Delphi 3  
  1421.              XTools is a collection of components for Delphi. The components 
  1422.              are native VCL components, directly written for Delphi. The 
  1423.              components have no special focus, as other component 
  1424.              collections. Instead they can be used in different szenarios 
  1425.              and fill some gap on the component market. The package contains 
  1426.              36 components. xTools are delivered with a help-file and 
  1427.              printed documentation. It's aviable in English and German 
  1428.              Language.
  1429. XUPDOWN.ZIP  xTool - Component Collection
  1430.              This is a Delphi 2.0 component that extends the TUpDown
  1431.              component from the Win95 palette. It adds the behaviour to drag
  1432.              the updown position of that control with the mouse. Now the
  1433.              user can easy use the mouse to set the position with a smart
  1434.              drag in the middle of the button.
  1435.  
  1436.  
  1437.